projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de23ea
)
Remove unused variable
author
Benjamin Otte
<otte@gnome.org>
Wed, 8 Jul 2009 15:54:17 +0000
(17:54 +0200)
committer
Benjamin Otte
<otte@gnome.org>
Wed, 8 Jul 2009 15:57:30 +0000
(17:57 +0200)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index 5473143f720b9cabc6b2e366ff767667c6e48fbc..784667c128134667609f80981758042c89d06fc3 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-8171,7
+8171,6
@@
gtk_entry_get_icon_tooltip_markup (GtkEntry *entry,
{
GtkEntryPrivate *priv;
EntryIconInfo *icon_info;
- gchar *text = NULL;
g_return_val_if_fail (GTK_IS_ENTRY (entry), NULL);
g_return_val_if_fail (IS_VALID_ICON_POSITION (icon_pos), NULL);